任务中心支持章节执行合同缺失的定位与AI补齐 - #144
Open
bighuixiang wants to merge 1 commit into
Open
Conversation
问题背景:章节执行合同缺失或质量门禁失败时,任务中心只能显示通用失败,用户无法准确定位章节,也无法从任务中心恢复正文生产。\n\n处理内容:\n- 为执行合同质量门禁引入结构化失败信息,保留小说、卷、章节和章序定位。\n- 在任务摘要和任务中心识别合同缺失、待复核和可恢复状态,提供章节处理页与 AI 补齐本章任务单入口。\n- 补齐目标字数与章节合同生成链路的默认和回填逻辑,兼容历史任务。\n- 增加目标字数与任务中心路由测试,确保恢复入口稳定且不依赖错误文本解析。\n\n验证:已完成客户端构建、服务端构建及相关章节合同和任务中心测试。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
问题
章节执行合同缺失或质量门禁失败时,任务中心只能显示通用失败,用户无法准确定位章节,也无法恢复正文生产。
本次处理
验证